-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Diversity] Add Voting Logic Examples #11010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Diversity] Add Voting Logic Examples #11010
Conversation
…baldwin) This PR was merged into the 3.4 branch. Discussion ---------- [Diversity] Reword Diversity Guidance Team Language As per discussion on `#diversity` [Symfony slack channel](https://symfony-devs.slack.com). - Paragraph previously present has been extracted out to #11010. Commits ------- de76437 [Diversity] Reword Diversity Guidance Team Language
Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage.
270d578
to
43f60f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The math works out. Looks great and clear. Nice work!
Thanks Zan. |
This PR was merged into the 3.4 branch. Discussion ---------- [Diversity] Add Voting Logic Examples Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage. Commits ------- 43f60f4 [Diversity] Add Voting Logic Examples
| 4 | 0 | 1 | | ||
+-----+---------+---------+ | ||
| 3 | 1 | 1 | | ||
+-----+---------+---------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about 3-0-2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3-0-2 would mean that the quorum would be 60% (less than the required 75%).
Add reStructed Text table listing all possible combinations that would result in an actionable item passing the voting stage.